home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1271 / easyglob.bas < prev    next >
Encoding:
BASIC Source File  |  1997-03-14  |  271 b   |  12 lines

  1. ' Global Variables
  2. Option Explicit
  3.  
  4. Global ThePort As Integer
  5. Global TheBaudCode As Integer
  6. Global BaudRateTable(0 To 8) As String
  7. Global OnLineFlag As Integer
  8. Global FatalFlag As Integer
  9. 'Global constants
  10. Global Const COM_PORTS = 1
  11. Global Const BAUD_RATE = 2
  12.